Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates plugin UI styling across the repo, largely by adopting shared Framer UI/button styles and adjusting per-plugin CSS/components to match.
Changes:
- Switches many workspaces/plugins to a new
framer-pluginbuild and updatesyarn.lock/Yarn cache accordingly. - Updates UI components and CSS in several plugins to use shared button classes (
framer-button-*) and revised theme tokens. - Includes small type-only import cleanups and minor copy/icon updates.
Reviewed changes
Copilot reviewed 49 out of 57 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates framer-plugin resolution (now via tarball URL) and associated lock entries. |
| starters/cms/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/unsplash/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/tidyup/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/threshold/src/App.tsx | Changes ImageAsset import to type-only. |
| plugins/threshold/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/rss-feeds/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/renamer/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/redirect-sync/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/recruitee/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/prco/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/pong/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/photobooth/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/phosphor/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/notion/src/Progress.tsx | Adjusts progress UI copy. |
| plugins/notion/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/locale-sync/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/hubspot/src/pages/canvas/Menu.tsx | Updates menu tile button classes (removes tile). |
| plugins/hubspot/src/hubdb.ts | Changes ManagedCollection import to type-only. |
| plugins/hubspot/src/components/MenuOption.tsx | Updates menu option button classes (removes tile). |
| plugins/hubspot/src/blog.ts | Changes ManagedCollection import to type-only. |
| plugins/hubspot/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/greenhouse/src/App.css | Tweaks checkbox focus/checked styling. |
| plugins/greenhouse/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/google-sheets/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/google-search-console/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/global-search/src/components/ui/IconCollection.tsx | Updates SVG size/viewBox and adds presentational accessibility attributes. |
| plugins/global-search/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/flip-image/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/doodles/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/dither/src/dropzone/drag-and-drop.tsx | Adopts shared secondary button class for upload CTA. |
| plugins/dither/src/App.tsx | Uses type-only ImageAsset import; adopts shared secondary button class for “Clear”. |
| plugins/dither/src/App.css | Removes custom primary button overrides to rely on shared styles. |
| plugins/dither/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/design-system/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/csv-import/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/concentric/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/color-extract/src/App.tsx | Adopts shared secondary button class for “Set Gradient”. |
| plugins/color-extract/src/App.css | Removes global button styling to rely on shared styles. |
| plugins/color-extract/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/code-versions/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/code-link/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/cms-export/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/ashby/src/App.css | Adds --framer-color-tint-dimmed token. |
| plugins/ashby/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/ascii/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/airtable/src/App.css | Adjusts background color token usage. |
| plugins/airtable/package.json | Points framer-plugin dependency to the new tarball URL. |
| plugins/3rd-party-optimizer/src/App.tsx | Simplifies button classes to rely on shared primary button styling. |
| plugins/3rd-party-optimizer/package.json | Points framer-plugin dependency to the new tarball URL. |
| .yarn/cache/framer-plugin-https-8783404938-b6ef05cf5e.zip | Adds Yarn zero-install cache artifact for the new tarball-resolved dependency. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ca5e97a to
dd28c04
Compare
Made-with: Cursor
Made-with: Cursor
Pull in the latest beta fixes across plugin workspaces. Made-with: Cursor
Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates all Plugins to the latest
framer-pluginand updates some specific plugin styles to use defaults instead, so we can more easily updateframer.csson demand.Changelog
framer-pluginto 3.11.0-beta.2 on all Pluginsyarn dedupeTesting
yarn check